@charset "utf-8";

/*-------------------------------------BANNER---------------------------------------*/
.banner{width:100%}
.banner img{width:100%}

.banner_btn{}
.banner_btn .swiper-pagination-bullet{height:4px;width:16px;border-radius:2px;transition-duration:0.3s;-webkit-transition-duration:0.3s}
.banner_btn .swiper-pagination-bullet-active{width:36px;background:var(--main-color)}

.banner_bottom{margin:30px 0 20px;position:relative;z-index:50}
.banner_box{padding:20px 0px;background:var(--white);box-shadow:0 0 20px 0px rgba(33,33,33,.3)}
.banner_box ul{margin-bottom:20px}
.banner_box span{background:var(--line-color);flex:0 0 1px}
.banner_box a li{align-items:center;justify-content:space-between;height:100%}
.banner_box li h5{font-size:20px;margin:12px 0 0}

.banner_bottom_btn{background:var(--red-color);width:100%;align-self:center;padding:15px 0;text-align:center;cursor:pointer}
.banner_bottom_btn label{color:var(--white);margin-bottom:0;font-size:20px;margin-left:15px}
/*-----------------------------------公共标题---------------------------------------*/
.index_bg{background-repeat:no-repeat;background-position:center;background-size:cover;overflow:hidden;padding:90px 0;position:relative}

.index_title{margin-bottom:35px}
.index_title h4{font-size:36px;margin-bottom:15px}
.index_title span{width:35px;height:3px;background:var(--vice-color);margin-bottom:12px}
.index_title p{font-size:16px;color:var(--text2-color);text-align:center}


.index_btn{margin-top:40px;display:flex}
.index_btn a{background:var(--red-color);color:var(--white);padding:5px 14px;align-self:center;width:130px;text-align:center;margin:0 10px;border-radius:3px;border:1px solid var(--red-color)}
.index_btn i{margin-left:10px;font-style:normal}
.index_btn a:hover{background:var(--white);color:var(--red-color)}


/*-----------------------------------业务范围---------------------------------------*/
.index_yewu{padding:80px 0}
.index_yewu_list h5{font-size:18px;padding:20px}
/*-----------------------------------关于我们---------------------------------------*/
.index_about{background:#f8f0f1}
.index_about_pic img{max-width:100%;box-shadow:10px 10px #f2dcdd;margin-bottom:50px}
.index_about_text{justify-content:center}
.index_about_text p{text-align:justify;font-size:16px;color:var(--vice-color);margin-bottom:5px;line-height:28px}

/*-----------------------------------企业文化---------------------------------------*/
.index_wenhua{padding:80px 0}

.wenhua_box li{margin-bottom:0}
.wenhua_box li img{padding:0}
.wenhua_text{justify-content:space-between;align-items:center;padding:30px 15px;background:#f8f0f1}
.wenhua_text h5{font-size:24px;margin-bottom:20px}
.wenhua_text label{border-bottom:4px solid var(--red-color);width:30px;margin-bottom:22px}
.wenhua_text p{font-size:16px;margin-bottom:5px;color:var(--text2-color)}

/*-----------------------------------新闻中心---------------------------------------*/



.index_news_list li{margin-bottom:20px}
.index_news_list li a{height:100%}
.index_pro_pic{overflow:hidden}
.index_pro_pic img{width:100%}

.index_news_tit{background:var(--bg-color);padding:20px 20px;flex-grow:1}
.index_news_tit h5{font-size:20px;margin-bottom:0}
.index_news_tit span{font-size:16px;margin-bottom:12px;color:#979797}

.index_news_list a:hover img{transform:scale(1.2)}
.index_news_list a:hover .index_news_tit{background:var(--red-color)}
.index_news_list a:hover .index_news_tit h5,.index_news_list a:hover .index_news_tit span{color:var(--white)}




